home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / pc / clip.dxr / 00019_ÉãÅ[Év.ls < prev    next >
Encoding:
Text File  |  2003-03-10  |  282 b   |  14 lines

  1. global cdvoume
  2.  
  3. on exitFrame
  4.   if sprite(43).movieRate = 1 then
  5.     set the volume of sound 1 to 0
  6.   else
  7.     if the memberNum of sprite 43 <> 8 then
  8.       set the memberNum of sprite 43 to 8
  9.     end if
  10.     set the volume of sound 1 to cdvoume * 19
  11.   end if
  12.   go(the frame - 1)
  13. end
  14.